release: 0.56.0#102
Conversation
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This is an automated release PR for the Python SDK; it lacks specific information about changes to kernel API endpoints or Temporal workflows in the monitored paths. To monitor this PR anyway, reply with |
| ) -> Project: | ||
| """Create a new project within the authenticated organization. | ||
|
|
||
| Requires the |
There was a problem hiding this comment.
@hiroTamada Is the projects feature flag something that we need to enable internally? From a customer perspective, does everyone have projects feature flag ON now?
There was a problem hiding this comment.
so we have feature flag internally to control the rollout of new features. It is like "You needed to be opted-in to use project feature"
However, in this case, project is enabled to 100% of customers and we will deprecate the feature flag in the backend. So we dont need this
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.56.0 🌻 |
Automated Release PR
0.56.0 (2026-05-18)
Full Changelog: v0.55.0...v0.56.0
Features
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Low Risk
Low risk release bump with only metadata/changelog updates and a docstring tweak for
ProjectsResource.create/AsyncProjectsResource.create; no runtime logic changes.Overview
Releases SDK version
0.56.0(manifest, package version, andsrc/kernel/_version.py) and updates the OpenAPI spec pointer/hash in.stats.yml.Updates
CHANGELOG.mdfor0.56.0, and adjusts thePOST /projectscreatemethod docstrings to remove the mention of a required feature flag.Reviewed by Cursor Bugbot for commit f45b6ac. Bugbot is set up for automated code reviews on this repo. Configure here.